Skip to content

docs: Document acceleration.storage_profile config#1745

Merged
lukekim merged 1 commit into
trunkfrom
docs/storage-profile-acceleration
May 19, 2026
Merged

docs: Document acceleration.storage_profile config#1745
lukekim merged 1 commit into
trunkfrom
docs/storage-profile-acceleration

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

Adds a new reference section in datasets.md for the acceleration.storage_profile config option introduced in spiceai/spiceai#10913. The field tunes connection pool sizing, checkpoint thresholds, and per-file size defaults across DuckDB, SQLite, Turso, and Spice Cayenne file-mode accelerators based on the underlying storage medium.

Source PRs

Changes

  • website/docs/reference/spicepod/datasets.md — new acceleration.storage_profile section documenting auto (default), local_ssd (aliases: ssd, nvme), ebs (aliases: azure_disk, managed_disk, network_disk), and tmpfs (aliases: ram, ramdisk, ramfs, memory). Notes that detection is Linux-only and that memory-mode accelerators ignore the setting.

Test plan

  • cd website && npm run build passes locally (Docusaurus throws on broken links and undefined frontmatter tags)
  • Verified examples work locally
  • Links are valid
  • Version references are correct

Add a new reference section for `acceleration.storage_profile` covering
the `auto` / `local_ssd` / `ebs` / `tmpfs` values and their aliases. This
field tunes connection pool sizing, checkpoint thresholds, and per-file
size defaults for file-mode accelerators (DuckDB, SQLite, Turso, and
Spice Cayenne) based on the underlying storage medium.

Source: spiceai/spiceai#10913
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 19, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://29177087.spiceai-org-website.pages.dev

@lukekim lukekim merged commit e6ac7b6 into trunk May 19, 2026
8 of 9 checks passed
@lukekim lukekim deleted the docs/storage-profile-acceleration branch May 19, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants